ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewResponse<T> Class


In This Topic
    CollectionViewResponse<T> Class Properties
    In This Topic

    For a list of all members of this type, see CollectionViewResponse<T> members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the data of specific column.  
    Public PropertyGets or sets the error message. (Inherited from C1.Web.Mvc.OperationResult)
    Public PropertyThe items data for Read command.  
    Public PropertyThe results of creating, deleting or updating items.  
    Public PropertyThe index of page which the items are in.  
    Public PropertyGets or sets the skip item count from the start.  
    Public PropertyGets or sets whether the operation is success. (Inherited from C1.Web.Mvc.OperationResult)
    Public PropertyThe total number of items in the view before paging is applied.  
    Top
    See Also